body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    color: #7e848c;
    letter-spacing: 1px !important;
}

/* vars */

ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #027042;
    font-weight: 300;
}

a:hover {
    text-decoration: none;
}

p {
    color: #7e848c;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.6;
    opacity: 0.5;
}

.white-text {
    color: #fff !important;
}

.green-button {
    color: #2b542c !important;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fad444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fad444;
}

.navbar-inverse .navbar-toggle {
    border-color: #fad444;
}

.medium {
    font-weight: 500 !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.watch-video ul li img {
    margin-right: -20px;
}
.close-button{
    float: right;
}


.list-inline.see-more{
    margin-top: 45px;
    margin-bottom: 30px;
}

.btn-gold-rounded {
    border-radius: 25px;
    background-color: #ffd444;
    color: #027042 !important;
    padding: 13px 33px !important;
}

.btn-green-full-rounded {
    border-radius: 25px;
    display: block;
    width: 100%;
    margin-top: 50px;
    background-color: #027042;
    color: #ffd444 !important;
    padding: 13px 33px !important;
}

.btn-green-full-rounded:hover {
    border-radius: 25px;
    background-color: #ffd444 !important;
    color: #027042 !important;
    padding: 13px 33px !important;
    text-decoration: unset !important;
}

.btn-gold-rounded:hover {
    border-radius: 25px;
    background-color: transparent;
    border: 2px solid #ffd444;
    color: #ffd444 !important;
    padding: 11px 31px !important;
}

.btn-gold-empty-rounded {
    border-radius: 25px;
    background-color: transparent;
    border: 2px solid #ffd444;
    color: #ffd444 !important;
    padding: 13px 33px !important;
}

.btn-gold-empty-rounded:hover {
    border-radius: 25px;
    background-color: #ffd444 !important;
    color: #027042 !important;
    padding: 13px 33px !important;
    text-decoration: unset !important;
}

.green-button {
    color: #027042 !important;
    border: 2px solid #027042 !important;
}

section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
}

/* end vars */

/* homepage */

.head {
    padding: 0;
    height: 100%;
    position: relative;
}

header {
    color: #000;
}

header .navbar {
    background: transparent !important;
    position: absolute;
}

header .nav.navbar-nav {
    margin-top: 19px;
    font-weight: 500;
}

header .active a {
    color: #ffd444 !important;
    background-color: transparent !important;
}

header .navbar-inverse .navbar-nav > li > a {
    color: #fff;
    margin-left: 24px;
    margin-bottom: 5px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}

header .navbar-inverse {
    border: none;
}

.navbar-brand img{
    width: 213px;
    height: 50px;
}

.mask-overlay {
    height: 800px;
    position: absolute;
    background-image: linear-gradient(to bottom, #027042, rgba(2, 112, 66, 0));
}

.yellow-overlay {
    background-image: linear-gradient(to top, #ffd444, rgba(255, 212, 68, 0)) !important;
    color: white !important;
}

.head .main-slider {
    position: relative;
    width: 100%;
    height: 800px;
}

.head .main-slider .overlay {
    /*background-image: linear-gradient(to bottom, #027042, rgba(2, 112, 66, 0));*/
    /*position: absolute;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.head .main-slider figure {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.head .main-content {
    padding-top: 200px;

    /*position: absolute;*/
    /*top: 200px;*/
    /*width: 100%;*/
    /*z-index: 2 !important;*/
}

.head .main-content h1 {
    font-weight: 300;
    color: #fff;
}

.head .main-content p {
    color: #fff;
    opacity: 1;
}

.scroll-icon{
    margin: 0 auto;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 20px );
    z-index: 30;
}

.index-client-logo{
    position: absolute;
    top: 0;
    margin-top: 80px;
    left: calc(50% - 60px);
    max-width: 122px;
}


/* Slideshow override */

.fp-slidesNav.bottom{
    bottom: 20% !important;
}
.fp-slidesNav ul li a span{
    width: 15px;
    height: 15px;
    opacity: 0.3;
    background-color: #ffffff;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
    background-color: #ffd444;
    opacity: 1;
    width: 15px;
    height: 15px;
    margin-top: -1px;
}
#fp-nav ul li, .fp-slidesNav ul li{
    width: 15px;
    height: 15px;
}

#fp-nav ul li, .fp-slidesNav ul li{
    margin: 4px;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
    width: 15px;
    height: 15px;
    margin: -2px 0 0 -2px;
    background-color: #ffd444;
    opacity: 1;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
    margin: -2px 0 0 -2px;
}

.fp-controlArrow.fp-prev {
    left: 19px;
    border: none;
    width: 50px;
    height: 101px;
    background-image: url("./back.png");
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.fp-controlArrow.fp-next {
    right: 19px;
    border: none;
    width: 50px;
    height: 101px;
    background-image: url("./next.png");
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* end slideshow override */

.photos img{
    width: 100%;
}
.photos .col-md-6 {
    padding: 0;
    overflow: hidden;
}
.photos .block-6 img{
    min-height: 392px;
}
.photos .block-6 .yellow-overlay2 h6{
    margin-top: 20%;
    margin-bottom: 20px;
}
.photos .yellow-overlay2 h6{
    margin-top: 50px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align:center;
    color: #027042;
}

.references .photos .card {
    max-width: 100%;
    width: auto;
    margin: 0;
}

.clients {
    background-color: #f5f8fa;
    text-align: center;
}

.clients h2 {
    text-align: center;
    font-size: 3rem;
}

.clients .card {
    position: relative;
    min-height: 540px;
    max-width: 360px;
    margin: 20px auto;
    overflow: hidden;
}

.clients p {
    opacity: 1;
    margin-bottom: 60px;
}
.clients .yellow {
    color: #ffd444;
}

.clients .card .mask-overlay img {
    margin-top: 120px;
}

.clients .card .mask-overlay p.card-name {
    color: #ffd444;
    opacity: 1;
    margin-top: 20px;
    font-weight: 500;
    font-size: 2rem;
}

p.boxed {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: center;
    opacity: 1;
    padding: 0 60px;
    color: #f4f4f4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.clients .mask-overlay {
    position: absolute;
    width: 100%;
    height: 540px;
    border-radius: 5px;
    background-image: linear-gradient(to top, #027042, rgba(16, 40, 65, 0.3));
    border: solid 1px #99aab8;
    top: 0;
}

.tools {
    text-align: center;
    position: relative;
    background-image: url("./pourquoi-nous-joindre.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 550px;
}

.tools .overlay {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.tools ul {
    margin-top: 90px;
    margin-bottom: 40px;
}

.tools ul li {
    margin-left: 70px;
}

.tools ul li:first-of-type {
    margin-left: 0;
}

.tools p {
    margin-top: 90px;
    padding: 0 180px;
    font-size: 1.8rem;
}

.references, .hashtag {
    background-color: #f5f8fa;
}

.references p, .hashtag p {
    margin-bottom: 70px;
    color: #08131f;
}

.hashtag .card {
    max-width: 275px;
    margin: 0 auto;
}

.hashtag .card h4 {
    margin-top: 33px;
    color: #1d1d1b;
    text-align: left;
    margin-bottom: 6px;
    font-weight: 500;
}

.hashtag .card p {
    margin-top: 8px;
    text-align: left;
    color: #0d253e;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
.hashtag .card-image img{
    max-height:175px;
    border-radius: 10px;
}


footer {
    background-image: url("./bg-footer.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    color: #b9bfc5 !important;
}

footer p {
    font-size: 15px;
    margin-top: 25px;
    padding-right: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.22;
    letter-spacing: normal;
    text-align: left;
    color: #b9bfc5;
}

footer h4 {
    color: #fff;
    font-weight: 500;
}

footer ul {
    text-align: left !important;
    padding-left: 0 !important;
    font-weight: 300;
    color: #b9bfc5;
}

footer ul li a {
    color: #b9bfc5 !important;
}

footer ul li {
    margin-bottom: 10px;
}

footer ul li a:hover {
    color: #ffd444 !important;
}

footer .bottom-footer {
    border-top: solid 1px #b9bfc5;
    margin-top: 30px;
    padding-top: 30px;
}

footer .bottom-footer p {
    margin-top: 0;
}

footer .bottom-footer ul {
    margin-top: 5px;
}

footer .bottom-footer ul li a img{
    width: 19px;
}

.head.inner-page .main-slider {
    height: auto !important;
    min-height: 300px !important;
}

.head.inner-page .main-slider figure {
    height: auto !important;
    min-height: 300px !important;
}

.head.inner-page .overlay {
    height: auto !important;
    min-height: 300px !important;
    background-image: linear-gradient(to bottom, #027042, rgba(2, 112, 66, 0)) !important;
    opacity: 0.5;
}

.head.inner-page .main-content {
    top: 160px;
     position: absolute;
    padding-top: 0;
     z-index: 2 !important;
}

.head.inner-page a {
    color: #fff;
}

.head.inner-page ul {
    margin-top: 30px;
}

.cookies{
    width: 340px;
    height: 340px;
    display: block;
    position: fixed;
    right: 0;
    top: calc(50% - 170px);
    z-index: 50;
    opacity: 0.8;
    padding: 30px;
    border-radius: 40px 0 0 40px;
    background-color: #ffd444;
}
.cookies.close{
    display: none;
}
.cookies p{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    opacity: 1;
    text-align: justify;
    color: #3e4147;
}
.cookies .link{
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    display: block;
    text-decoration: underline;
     margin-bottom: 40px;
    letter-spacing: normal;
    text-align: left !important;
    color: #027042;
}
.cookies .btn-green-rounded{
    border-radius: 25px;
    display: block;
    width: 100%;
    background-color: #027042;
    color: #ffd444 !important;
    padding: 13px 33px !important;
    margin-top: 40px;
}
.cookes .btn-green-rounded:hover{
    border-radius: 25px;
    background-color: #ffd444 !important;
    color: #027042 !important;
    padding: 13px 33px !important;
    text-decoration: unset !important;
}


.team {
    background-color: #f4f4f4;
}

.team h1 {
    font-weight: 300;
}

.team p {
    font-size: 1.6rem;
    text-align: left;
}

.team-content p {
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.6rem;
    padding: 50px;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.team-content p span {
    color: #2b542c !important;
}

.team-banner {
    min-height: 300px;
    background-image: url("./team-agency-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.team-banner p {
    margin-bottom: 30px;
    margin-top: 30px;
}

.team-content.carriere .row.grey-block {
    border-radius: 5px;
    background-color: #f4f4f4;
    margin-bottom: 80px;
}

.team-content.carriere .row.grey-block .card ul li img {
    height: 18px;
}

.grey-block .strong-green{
    font-weight: bold;
    color: #2b542c;
    opacity: 1 !important;
}

.team-content.carriere .card {
    padding: 50px;
}

.team-content.carriere .overlay-button {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 100px);
}

.team-content.carriere .card h1 {
    font-size: 36px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 0;
    line-height: 1.56;
    margin-top: 0;
    letter-spacing: normal;
    text-align: left;
    color: #027042;
}

.team-content.carriere .card p {
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    margin-top: 12px;
    margin-bottom: 20px;
    font-stretch: normal;
    line-height: 1.67;
    padding: 15px 15px 15px 0;
    letter-spacing: normal;
    text-align: justify;
    color: #616770;
}

.team-content.carriere .row .col-md-6 {
    padding: 0;
}

.team-banner h1 {
    margin-bottom: 45px;
}

.team-banner ul li {
    margin-bottom: 50px;
}

.team-banner a, .team-banner a:hover {
    padding: 18px 33px !important;
    border-radius: 30px;
}

.hashtag.carriere {
    background-color: rgba(244, 244, 244, 0.9);
}

.hashtag.carriere h1 {
    font-size: 4rem;
}

.hashtag.carriere h4 {
    font-size: 2.2rem;
    color: #1d1d1b;
}

.hashtag.carriere p {
    font-size: 1.6rem;
    opacity: 0.5;
    color: #0d253e;
}

.mp-0 {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.title {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 50px;
}

.team-content.carriere.details .grey-block {
    margin-bottom: 0;
}

.team-content.carriere.details p {
    padding: 0;
}

.team-content.carriere.details div .btn-gold-rounded {
    width: 100%;
    display: block;
    margin-top: 60px;
}

.team-banner.clients {
    background-image: url("./bg-clients.png");
}

.team-banner.clients h1 {
    font-size: 36px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #f4f4f4;
}

.references p {
    opacity: 0.5;
    padding: 0 50px;
}

.references .card {
    margin: 0 15px 15px 0;
    position: relative;
    width: 375px;
    overflow: hidden;
    border-radius: 10px;
}

.references .card .client-logo{
    position: relative;
    left: -50%;
    max-width: 140px;
}

.references .card h6 {
    font-size: 1.8rem;
}

.references .card .wrap{
    position: absolute;
    left: 50%;
    top: 30%;
}

.references .yellow-overlay2 {
    display: block;
    border-radius: 8px;
    background-color: rgba(255, 212, 68, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
}

.references .yellow-overlay2 p {
    margin-bottom: 0;
    font-size: 1.4rem;
}

.references .yellow-overlay2 img{
    margin-top: 30px;
    max-width: 200px;
}


/* contact page */

.contact-us {
    text-align: left;
    background-color: rgba(244, 244, 244, 0.9);
    padding-bottom: 0 !important;
}

.contact-us p {
    margin-bottom: 50px;
}

.contact-us label {
    margin-left: 20px;
    font-size: 1.6rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.contact-us input {
    border-radius: 30px;
    width: 100%;
    border: solid 2px rgba(153, 170, 184, 0.5);
    height: 45px;
    padding-left: 50px;
}

.contact-us .btn-gold-rounded {
    display: block;
    width: 100%;
}

.contact-us textarea, .contact-us textarea:focus {
    border-radius: 0 !important;
    resize: none;
    border: 0;
    height: 66px;
    width: 100%;
    border-radius: 0;
    color: #252525;
    font-weight: 400;
    width: 100%;
    background: none;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.9;
    box-shadow: none;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.contact-us hr {
    width: 562px;
    height: 1px;
    border: solid 0.5px #99aab8;
}

.bar {
    position: relative;
    border-bottom: 1px solid #ccc;
    display: block;
}

.contact-us .form-group {
    position: relative;
}

.icon-contact {
    position: absolute;
    top: 42px;
    left: 22px;
    width: 21px;
}

.mail {
    top: 45px;
}

.smartphone {
    width: 16px;
    top: 40px;
}

.ul-text {
    padding-left: 64px;
}

.ul-text li {
    color: rgba(126, 132, 140, 0.5);
    margin-top: 20px;
    font-weight: 300;
    line-height: normal !important;
    opacity: 1;
}

.ul-text li a{
    opacity: 1;
    color: #227144;
}

.contact-info {
    margin-left: 50px;
}

#map {
    width: 100%;
    height: 500px;
    margin-top: 70px;
}

/* end contact page */



@media screen and (max-width: 960px) {
    .references .card {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .team-content.carriere .row.grey-block img {
        width: 100%;
    }
    .team-content.carriere.details p,.team-content.carriere.details h1{
        padding: 0 20px;
    }

}

@media screen and (max-width: 600px) {
    .team-banner a, .team-banner a:hover{
        font-size: 1rem;
    }
    .head.inner-page .main-content{
        top: 100px;
    }
    .contact-us .col-md-6{
        margin-bottom: 30px;
    }
    header .navbar-inverse .navbar-nav > li > a{
        margin-left: 0;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        margin-top: 10px;
    }
    header .nav.navbar-nav{
        background-color: #237345;
        margin-top: 19px;
        font-weight: 500;
        float: left !important;
        padding: 20px;
        border-radius: 25px;
        width: 100%;
    }
    header .navbar-inverse{
        width: 96%;
    }
    .head .main-content{
        padding-top: 150px;
    }
    .tools p{
        padding: 0 20px;
    }
    .tools ul li{
        margin-left: 0;
    }
    .head h1{
        font-size: 24px;
    }
    .navbar-brand img{
        width: 150px;
    }
    .fp-controlArrow.fp-next,.fp-controlArrow.fp-prev{
        display: none;
    }
    .clients .card .mask-overlay img{
        margin-top: 40px;
    }
    .cookies {
        display: none;
    }
    .references .card{
        width: 100%;
        height: auto;
    }
    .references .yellow-overlay2 p{
        padding: 0;
        margin: 0;
    }
    .references .yellow-overlay2 img{
        margin: 0;
    }

}

@media (min-width: 960px) {
    .team-content.carriere .row.grey-block img{
        width: auto;
    }
    .overflow-hidden{
        overflow: hidden;
    }

}

.cookies {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;

    &.active {
         display: block;
     }
}

.display-cookies {
    width: 340px !important;
    height: 340px !important;
    top: calc(50% - 170px)!important;
    display: block !important;
    position: fixed !important;
}
/* COLORS */
:root {
    --primary: #027042;
    --secondary: #FFD444;
    --text-dark: #222;
    --text-light: #555;
}

.cotech-section {
    padding: 70px 0;
    background: #f8f8f8;
}

.cotech-title {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 10px;
}



.cotech-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px; /* Smaller gap for 1170px container */
    max-width: 1170px;
    margin-top: 5em ;
}

.cotech-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.cotech-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.10);
}

.card-img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.cotech-card h3 {
    color: var(--primary);
    margin-bottom: 15px;
    font-size: 20px;
}

.cotech-list {
    list-style: none;
    padding: 0;
}

.cotech-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.cotech-list li span {
    color: var(--secondary);
    font-size: 20px;
    margin-right: 8px;
    font-weight: bold;
}

/* RESPONSIVE FIXES */
@media (max-width: 992px) {
    .cotech-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }
}
.expertise-section {
    padding: 60px 0;
}



.subtitle-center {
    text-align: center;
    font-size: 17px;
    max-width: 700px;
    margin: 0 auto 50px;
}

.expertise-block {
    margin-bottom: 70px;
}

.p-bottom{
   margin-bottom: 70px; 
}
.expertise-block ul {
    padding: 0;
  margin-top: 40px;
  color: #83898f;
  font-size: 16px;
  line-height: 1.6;
}

.expertise-block ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}




.expertise-section p {
    color: #08131f;
    font-size: 16px;
}
.expertise-block IMG {
    max-width: 24em;
    border-radius: 10px;
}
.reverse {
    display: flex;
    flex-direction: row-reverse;
}

@media(max-width: 768px) {
    .reverse {
        flex-direction: column !important;
    }
    .expertise-block {
        text-align: center;
    }
}


/*
     FILE ARCHIVED ON 10:58:47 Sep 01, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:29:10 Nov 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.524
  exclusion.robots: 0.023
  exclusion.robots.policy: 0.014
  esindex: 0.009
  cdx.remote: 74.656
  LoadShardBlock: 279.91 (3)
  PetaboxLoader3.datanode: 295.846 (4)
  PetaboxLoader3.resolve: 61.546 (2)
  load_resource: 174.014
*/